Skip to main content
Version: 3.0

Release Notes

caution

In order to use this plugin, you have to install the CompuTec ProcessForce plugin first.

BulkChange 1.10.3.1

Release Date - 22 November 2024

Issue TypeComponent/sRelease Note
BugBulkChangeError message occurred while running BulkChange:
Query: WITH "RawSql" AS ((SELECT B."Code", B."Name", B."U_Status", U."U_NAME" AS "CreatedByUserName", B."CreateDate", UE."U_NAME" AS "LastExecutedByUserName", B."U_LastExecutedDate" FROM "@CT_PF_OBCS" B LEFT OUTER JOIN OUSR U ON U."INTERNAL_K" = B."UserSign" LEFT OUTER JOIN OUSR UE ON UE."INTERNAL_K" = B."U_LastExecutedBy"))
SELECT * FROM "RawSql" WHERE "No" = 1
invalid column name: No: line 2 col 30 (at pos 350)
BugBulkChangeError message occurred while adding new resource:
"Exception while applaying changes to Bill Of Material B-000001, Revision rBA14. Details: Please fill U_RtgOprCode first !!!"
BugBulkChangeThe new resource is added to each resource under an operation instead of ‘per’ operation.
Filters under the Resource tab didn’t work properly.